| uranux_desenv [uranux.xml] |
| Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
| public.boolop(integer[], query_int) | (Procedure) |
| Name | public.boolop(integer[], query_int) |
| Comment | boolean operation with array |
| Src |
CREATE FUNCTION public.boolop(integer[], query_int) RETURNS boolean AS $BODY$boolop$BODY$ LANGUAGE 'c' IMMUTABLESTRICT ; |